home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DomonicDefence4.swf
/
scripts
/
DefineButton2_1505
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-27
|
209 b
|
13 lines
on(release){
if(_root.money >= 10000)
{
_root.money -= 10000;
_root.castleMaxHp += 15;
messo = "Raised Max HP!";
}
else
{
messo = "Not Enough Money!";
}
}